From: Gerd Moellmann Date: Fri, 11 May 2001 11:19:50 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~40358 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=aef28aeec8277384c2e8e4ef01b8c71c60081c2c;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b22e0a0aaa8..9afc0d50035 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2001-05-11 Gerd Moellmann + + * Makefile.in (compile-files): Redirect output of chmod to + /dev/null. + 2001-05-10 Stefan Monnier * smerge-mode.el (smerge-mode): Force font-lock-multiline to t. diff --git a/src/ChangeLog b/src/ChangeLog index e988f44aa66..2ad1892a423 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2001-05-11 Gerd Moellmann + + * xfaces.c (try_alternative_families): New function. + (try_font_list): Use it. If ATTRS specifies a family, check + fonts from that family first. + (choose_face_font): Remove code setting the family part of + the pattern to nil. + 2001-05-10 Gerd Moellmann * xdisp.c (try_window_id): Fix case of all changes before